Feature/freeze account implementation - #255
Conversation
…elease-dry-run-workflow-step Add WASM release dry-run and size checks to CI
…cargo-audit-in-ci ci: add cargo-audit vulnerability scanning
Add WASM release dry-run workflow step
ci: add cargo-audit vulnerability scanning
- Add Frozen storage key in types.rs - Add AccountFrozen and AccountNotFrozen error variants - Add account_frozen and account_unfrozen events - Add storage functions for frozen accounts - Implement freeze_account, unfreeze_account, and is_frozen functions - Add frozen account checks to transfer and transfer_from - Add comprehensive unit tests for freeze/unfreeze operations Resolves: Token Freeze/Unfreeze Account Restrict Hooks
|
@Akatenvictor Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
Hi @Akatenvictor! 👋 Thank you for your contribution. CI checks are currently failing (2 failing checks). Please inspect the build errors and update your PR. |
|
Hi @Akatenvictor, please rebase your branch against dev to resolve storage conflicts in |
|
Closing this PR to repurpose it as a fresh GitHub issue for the next contribution wave. Please pick up the corresponding issue and submit a clean PR targeting |
Description
Closes #
Closes #105
Closes #107
Closes #100
Closes #98
Type of Change
Checklist
Testing
How to Test
Test Coverage
Screenshots (if applicable)
Additional Notes
For Reviewers